home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Graphismes / 3D / POV-Ray 3.0B5a PPC / POV-Ray 3.0B5a / POVSCN.Scenes / POVSCN / LEVEL3 / DESK.INI < prev    next >
Text File  |  1996-01-11  |  629b  |  25 lines

  1. ; Persistence Of Vision raytracer version 3.0 sample file.
  2. ; This .ini file runs a 3 frame "animation".  Image maps for picture
  3. ; frame in the final picture are generated by the 1st two frames;
  4. ; the final image is the last frame itself.
  5. ;
  6. Antialias=off
  7. Width=640
  8. Height=480
  9.  
  10. ; This .pov file wants .tga's for its image_maps.  Use compressed .tga
  11. Output_File_Type=C
  12.  
  13. ; Don't want to pause between frames
  14. Pause_when_Done=off
  15.  
  16. ; This will be converted to DESK1.TGA, DESK2.TGA, etc.
  17. Input_File_Name=desk.pov
  18.  
  19. Initial_Frame=1
  20. Final_Frame=4
  21.  
  22. ; Clock, in this context, is simply used as a frame indicator
  23. Initial_Clock=1
  24. Final_Clock=4
  25.